FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.aws#1.2.0 (109 ms)

Package kbv.ita.aws
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.aws@1.2.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bundle_Termin
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bundle_Termin
Version 1.2.0
Status active
Name KBV_PR_AW_Bundle_Termin
Experimental False
Copyright Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_BehandelnderFunktion KBV_PR_AW_BehandelnderFunktion
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette KBV_PR_AW_Betriebsstaette
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Mitarbeiter KBV_PR_AW_Mitarbeiter


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bundle_Termin",
  "version" : "1.2.0",
  "name" : "KBV_PR_AW_Bundle_Termin",
  "status" : "active",
  "copyright" : "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle",
        "path" : "Bundle",
        "short" : "Bundle_Patientenakte",
        "definition" : "Das Bundle fasst alle Inhalte des Terminkalenders zusammen. In dem Element entry wurde nur die erste Ebene der Ressourcen angegeben, d.h. es wurden nur die Ressourcen explizit aufgeführt, die auf andere Ressourcen verweisen und auf die, im Sinne dieses Bundles, selbst nicht referenziert werden. Alle Ressourcen, die von Diesen und ihren Kindern referenziert werden, müssen ebenfalls integriert werden. Folgende Profile sind erlaubt: https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Termin|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Behandelnder|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_BehandelnderFunktion|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette_Ort|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Organisation|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Provenienz|1.2.0 https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Mitarbeiter|1.2.0",
        "constraint" : [
          {
            "key" : "Allowed1",
            "severity" : "error",
            "human" : "Folgende Ressourcen dürfen vorhanden sein",
            "expression" : "entry.where(resource.meta.profile='https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Termin|1.2.0').count()>=1",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bundle_Termin"
          },
          {
            "key" : "Allowed2",
            "severity" : "error",
            "human" : "Folgende Ressourcen dürfen vorhanden sein",
            "expression" : "entry.where(resource.meta.profile.startsWith('https://fhir.kbv.de/StructureDefinition/KBV_PR_AW').not()).count()=0",
            "source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bundle_Termin"
          }
        ]
      },
      {
        "id" : "Bundle.id",
        "path" : "Bundle.id",
        "min" : 1
      },
      {
        "id" : "Bundle.meta",
        "path" : "Bundle.meta",
        "min" : 1
      },
      {
        "id" : "Bundle.meta.versionId",
        "path" : "Bundle.meta.versionId",
        "min" : 1
      },
      {
        "id" : "Bundle.meta.lastUpdated",
        "path" : "Bundle.meta.lastUpdated",
        "min" : 1
      },
      {
        "id" : "Bundle.meta.profile",
        "path" : "Bundle.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bundle_Termin|1.2.0"
      },
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "short" : "history",
        "definition" : "Der Typ der Ressource wird als history-Bundle definiert.",
        "fixedCode" : "history",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.total",
        "path" : "Bundle.total",
        "max" : "0"
      },
      {
        "id" : "Bundle.link",
        "path" : "Bundle.link",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1
      },
      {
        "id" : "Bundle.entry.request",
        "path" : "Bundle.entry.request",
        "min" : 1
      },
      {
        "id" : "Bundle.entry.request.method",
        "path" : "Bundle.entry.request.method",
        "fixedCode" : "PUT"
      },
      {
        "id" : "Bundle.signature.who",
        "path" : "Bundle.signature.who",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Mitarbeiter|1.2.0",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_BehandelnderFunktion|1.2.0"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.signature.who.reference",
        "path" : "Bundle.signature.who.reference",
        "min" : 1
      },
      {
        "id" : "Bundle.signature.who.type",
        "path" : "Bundle.signature.who.type",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature.who.identifier",
        "path" : "Bundle.signature.who.identifier",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature.who.display",
        "path" : "Bundle.signature.who.display",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature.onBehalfOf",
        "path" : "Bundle.signature.onBehalfOf",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette|1.2.0"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.signature.sigFormat",
        "path" : "Bundle.signature.sigFormat",
        "min" : 1
      },
      {
        "id" : "Bundle.signature.data",
        "path" : "Bundle.signature.data",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.